home *** CD-ROM | disk | FTP | other *** search
-
- #ifdef HAVE_CAT
- #include <nl_types.h>
- #else
- typedef UNIV nl_catd;
- #endif
-
- #ifdef USE_PROTOTYPES
- nl_catd catopen(char *, int);
- int catclose(nl_catd);
- char *catgets(nl_catd, int, int, char *);
- #else /* not USE_PROTOTYPES */
- nl_catd catopen();
- int catclose();
- char *catgets();
- #endif /* not USE_PROTOTYPES */
-